Welcome![Sign In][Sign Up]
Location:
Search - gb2312 to unicode table

Search list

[GUI Developtableq

Description: 构建 GB2312 汉字库的 unicode 码表嵌入式系统总离不了处理汉字。一般汉字的处理方法是(以手机接受短信为例):比如你收到了一封短信,该短信解码后是按照 UTF-16 表示的,那么我们需要根据每一个汉字的unicode 码找到它在 GB2312 库中的位置,然后再用对应的点阵数据在屏幕上显示出来。 -GB2312 Store Construction of unicode code table from the total embedded system can handle Chinese characters. Ordinary Chinese method of disposal is (to accept phone messages for example) : For example, you received an SMS, after decoding the messages is UTF-16 said, we need every one of the Chinese characters unicode code found in GB2312 repository location, Then the corresponding lattice data on the screen is displayed.
Platform: | Size: 1367 | Author: qifang | Hits:

[MultiLanguageGB2312

Description: GB 与 UNICODE的转换表个-GB and UNICODE conversion table 000
Platform: | Size: 44032 | Author: 孙献文 | Hits:

[GUI Developtableq

Description: 构建 GB2312 汉字库的 unicode 码表嵌入式系统总离不了处理汉字。一般汉字的处理方法是(以手机接受短信为例):比如你收到了一封短信,该短信解码后是按照 UTF-16 表示的,那么我们需要根据每一个汉字的unicode 码找到它在 GB2312 库中的位置,然后再用对应的点阵数据在屏幕上显示出来。 -GB2312 Store Construction of unicode code table from the total embedded system can handle Chinese characters. Ordinary Chinese method of disposal is (to accept phone messages for example) : For example, you received an SMS, after decoding the messages is UTF-16 said, we need every one of the Chinese characters unicode code found in GB2312 repository location, Then the corresponding lattice data on the screen is displayed.
Platform: | Size: 1024 | Author: qifang | Hits:

[OS Developunicode_to_gbcode

Description: GBCode 到 UNICode 转换表生成程序-GBCode UNICode conversion table to the Program
Platform: | Size: 805888 | Author: 李力 | Hits:

[JSP/JavaUnicode_GB2312_mapping

Description: java中可以用的Unicode和GB2312的字符对照表,其他语言可以修改其中的txt文件使用-java can be used in Unicode and the GB2312 character table, in other languages which can modify the txt file
Platform: | Size: 91136 | Author: | Hits:

[Windows DevelopGB2312tounicode

Description: gb2312和unicode的对照表,gb2312和unicode的对照表-gb2312 and unicode comparison table, gb2312 and unicode comparison table
Platform: | Size: 83968 | Author: archermind | Hits:

[Windows DevelopGB2312-To-Unicode

Description: gb2312到Unicode的转换表,用于码表的对应查查,很好的工具-gb2312 to the Unicode conversion table for the corresponding code table look up, very good tool for
Platform: | Size: 18432 | Author: bobo | Hits:

[Windows Developunicode_gb2312_table_generator

Description: unicode gb2312互换表格(数组)生成器 生成文件: 1)gb2312_to_unicode_table.h 2)unicode_to_gb2312_table.h-unicode gb2312 swap table (array) generator generates files: 1) gb2312_to_unicode_table.h 2) unicode_to_gb2312_table.h
Platform: | Size: 504832 | Author: 6756 | Hits:

[SCMFAT16

Description: 嵌入式FAT文件系统源码免费下载 本文件系统可兼容FAT16/FAT32两种文件系统格式,完全支持长文件名, 支持GB2312/UNICODE转换码表(文件名可以支持简体中文,繁体中文,日文,俄文等), 支持子目录,支持文件的读取,写入,删除,创建等文件系统常用功能。 另外,本文件系统完全使用C代码编写,可以无障碍的移植于多种主流单片机的平台上使用。 FAT16为我们免费提供的免费代码,用户可免费测试,研究,应用。 本代码的FAT32(兼容FAT16)与多盘版本(支持磁盘文件互拷),我们得收费, 如果您需要,就与我们联系! qq:292942278,E-MAIL:tony_yang123@sina.com.cn-Embedded FAT file system source code free download The file system is compatible with the FAT16/FAT32 two file system formats, full support for long file names, To support GB2312/UNICODE conversion code table (file name support Simplified Chinese, Traditional Chinese, Japanese, Russian, etc.), Subdirectory support, support files, read, write, delete, create a file system commonly used functions. In addition, this file system is entirely written in C code can be a barrier-free transplant in a variety of mainstream microcontroller platform. FAT16 for our free free code, free testing, research, applications. The code FAT32 (Compatible with FAT16) and multi-disc version (to support the disk file to copy each other), we have charges If you need to contact us with qq: 292 942 278, E- MAIL: tony_yang123@sina.com.cn
Platform: | Size: 1368064 | Author: 6756 | Hits:

[SCMUNICODE-and-GB2312-table

Description: 用于LCD显示,主要做UNICODE与GBK对照,方便显示处理-For LCD display, mainly to do with GBK UNICODE control, convenient display processing
Platform: | Size: 74752 | Author: tomashzy | Hits:

[SCMproject5

Description: 本例程移植了R0.09b版本的FatFS文件系统,采用SDIO接口的MicroSD卡作为存储介质。 FatFS文件系统的移植说明见: \User\FatFS\FatFS移植记录.txt 核心文件为: b sdio_sd.c/.h : SDIO底层驱动代码 demo_sdio_fatfs.c/.h 演示FatFS API接口函数的使用方法的主程序。 配置GPIO的SD_Init()函数在执行 f_mount() 挂在文件系统时会被调用。因此,没有在 bsp.c 中添加SDIO的初始化。 注意:为了支持长文件名,FatFS必须包含 cc936.c 文件,其中 static const WCHAR uni2oem[] 常量数组 是一个GB2312码和UNICODE代码的转换表,会占用程序空间约170K字节。 如果不需要支持长文件名,则代码空间可节约 170K字节。 由于支持长文件名,代码大小超过了128K,因此不能在CpuRAM调试,除非去除长文件名的支持。 -The routine transplanted R0.09b version of FatFS file system, using SDIO interface MicroSD card as the storage medium. Migration Notes FatFS file system, see: \ User \ FatFS \ FatFS transplant record .txt core file: b sdio_sd.c/.h: SDIO underlying driver code demo_sdio_fatfs.c/.h use demo FatFS API interface functions of the main program . Configuration of GPIO SD_Init () function is called when the execution f_mount () hang in the file system. Therefore, no add SDIO initialization in bsp.c in. Note: In order to support long file names, FatFS cc936.c file must contain, among static const WCHAR uni2oem [] array constant is a GB2312 code and UNICODE code conversion table will occupy approximately 170K bytes of program space. If you do not support long file names, it can save 170K bytes of code space. With support for long file names, code size exceeds 128K, and therefore can not be debugged in CpuRAM, unless the removal of the long file name support.
Platform: | Size: 4096 | Author: 陈启康 | Hits:

[OtherFAT_simplified_ver_for_embedded_Application

Description: FAT精减版(专业嵌入式应用版本)--嵌入式FAT文件系统免费源码下载 这一版本优化了磁盘枚举的算法,枚举速度加快,在cortex-m3上1秒钟可以枚举52个文件。 (本代码是我们提供的免费代码,并且没有功能限制,是完全功能版。用户可免费使用测试,研究与应用。不限制代码在具体的商业产品上使用。) 如果你需要联系作者,请通过以下联系方式联系。(FAT reduced version (professional embedded application version) - embedded FAT file system source code download free This code is fully compatible with the FAT16/FAT32 file system in two formats, supporting long file names, The file name Chinese Chinese need to fully support, support UNICODE/GB2312 code (190KB occupy ROM), can not only support English code table, reduce ROM amount.)
Platform: | Size: 2479104 | Author: figureyang | Hits:

CodeBus www.codebus.net